From 695860958a9a2e7c825bcec4d0d42b427f0fb47e Mon Sep 17 00:00:00 2001 From: Phil Clayton Date: Sun, 13 Sep 2015 11:58:37 +0100 Subject: [PATCH] Add missing (out) annotation to gdk_rgba_parse https://bugzilla.gnome.org/show_bug.cgi?id=754990 --- gdk/gdkrgba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index 2a8e09693a..86ea92874a 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -134,7 +134,7 @@ parse_rgb_value (const gchar *str, /** * gdk_rgba_parse: - * @rgba: the #GdkRGBA to fill in + * @rgba: (out): the #GdkRGBA to fill in * @spec: the string specifying the color * * Parses a textual representation of a color, filling in -- 2.30.2